From 8d551a2b6a8ccd53f4d5f98cffb4673cc0e5920c Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Tue, 5 Apr 2005 10:24:55 +0000 Subject: [PATCH] * @package MediaWiki not Mediawiki --- includes/MessageCacheHints.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/MessageCacheHints.php b/includes/MessageCacheHints.php index 168a29792e..76a5e6ccfb 100644 --- a/includes/MessageCacheHints.php +++ b/includes/MessageCacheHints.php @@ -4,7 +4,7 @@ */ /** - * @package Mediawiki + * @package MediaWiki * * This class should provide methods for message cache key hints for various * scopes @@ -14,4 +14,4 @@ class MessageCacheHints { return array('TODO'); } } -?> \ No newline at end of file +?> -- 2.20.1